home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / yarn_053.zip / CHANGES < prev    next >
Text File  |  1994-01-01  |  5KB  |  169 lines

  1. VERSION 0.53
  2.  
  3. - Added '!' command to run command shell.
  4.  
  5. - Mail aliases now stored in a separate file <user>\YARN\ALIASES.
  6.   To specify another aliases file, use the statement
  7.  
  8.         aliases=<file>
  9.  
  10.   in the CONFIG file, where <file> is the full path of the aliases file.
  11.  
  12. - Added -r option to import program, to import rnews batches.
  13.  
  14. - If you unsubscribed from the last newsgroup in the newsgroup selection
  15.   list, the highlight bar was positioned after the last newsgroup.
  16.  
  17. - Check return status from zip/unzip program when packing/unpacking
  18.   reply packet.
  19.  
  20. - The OS/2 import program changed the current working directory before
  21.   running unzip, which made unzip unable to find the packet file.
  22.  
  23. - If the import program read an article header exactly 511 characters
  24.   long, it incorrectly saw the end of the headers when it read the next
  25.   line.
  26.  
  27. VERSION 0.52
  28.  
  29. - Messages in reply packet can be modified.  Added the following commands:
  30.     Newsgroup selection level and folder selection level
  31.       Alt-R    List replies
  32.  
  33. - Changed keywords accepted by color statement in CONFIG file.
  34.       menu-short-cut         changed to  menu-hotkey
  35.       menu-select-short-cut  changed to  menu-select-hotkey
  36.  
  37. VERSION 0.51
  38.  
  39. - Display message count in folder selection list.
  40.  
  41. - The color statement in the CONFIG file accepts these additional keywords:
  42.       menu-border
  43.       menu-text
  44.       menu-select
  45.       menu-short-cut
  46.       menu-select-short-cut
  47.  
  48. VERSION 0.50
  49.  
  50. - Fix: The 'd' command to mark a mail message for deletion also tried to
  51.   post a followup to the message.
  52.  
  53. VERSION 0.49
  54.  
  55. - Added mail commands:
  56.     Message selection level
  57.       Alt-O    Save message to folder
  58.     Message reading level
  59.       F        Post followup, quoting original article
  60.  
  61. - Mark mail message for deletion after saving it to another folder.
  62.  
  63. - Save copy of sent articles in a folder by putting the line
  64.  
  65.       sent-news=POSTED
  66.  
  67.   in configuration file.
  68.  
  69. VERSION 0.48
  70.  
  71. - Can save messages to mail folders.
  72.   Added folder commands:
  73.     Newsgroup selection level
  74.       Alt-F    List folders
  75.     Article selection level
  76.       Alt-O    Save thread to folder
  77.     Article reading level
  78.       o        Save article to folder
  79.  
  80. - Moved incoming mail folder from <home>\YARN\INBOX to <home>\MAIL\INBOX.
  81.  
  82. - Save copy of outgoing mail messages in a folder by putting the line
  83.  
  84.       sent-mail=SENT
  85.  
  86.   in configuration file.
  87.  
  88. - Set the Cc: header in outgoing messages by putting the line
  89.  
  90.       Cc=<addresses>
  91.  
  92.   in configuration file, where <addresses> is a list of mail addresses.
  93.  
  94. - Added forward mail command ('f') to mail reading level.
  95.  
  96. - Added -q option to import program to disable article number output.
  97.  
  98. - Added rmgroup program to remove newsgroup from active newsgroup list.
  99.  
  100. - Fix: The reader did not allow the external editor to be run with any
  101.   command line options.
  102.  
  103. VERSION 0.47
  104.  
  105. - Fix: The file path passed to the editor should use \ as path separators.
  106.  
  107. - Disabled settings from environment variables USER and NAME.
  108.  
  109. - If set, the YARNRC environment variable specifies the configuration file
  110.   to read instead of the default <home>\YARN\CONFIG.
  111.  
  112. VERSION 0.46
  113.  
  114. - The import program now handles the SOUP message formats 'm', 'M' and 'B'.
  115.  
  116. - Reader displays a message line at the bottom of the screen showing
  117.   frequently used commands.  To turn off the message line, put
  118.  
  119.       message=off
  120.  
  121.   in the configuration file.
  122.  
  123. VERSION 0.45
  124.  
  125. - The Newsgroups: header is normally hidden unless the article is crossposted.
  126.  
  127. - Reader correctly displays headers that span multiple lines.
  128.  
  129. VERSION 0.44
  130.  
  131. - In the CONFIG file, colors for specific USENET headers are set using the
  132.   statement
  133.  
  134.         color header-<name> <fg> <bg>
  135.  
  136.   The color statement can also set window colors.
  137.  
  138. - The MS-DOS version is compiled for the 8086/8088 instruction set.
  139.  
  140. VERSION 0.43
  141.  
  142. - Specify mail address aliases in the CONFIG file using the alias statement.
  143.  
  144. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  145.   that is not in the active newsgroup list, it adds the newsgroup to the
  146.   active list.  The keep days for the added newsgroup is specified by the
  147.   "keep" setting in the CONFIG file.
  148.  
  149. - If free disk space runs lows while importing messages, the import program
  150.   aborts.
  151.  
  152. - Message headers containing tab characters where parsed incorrectly.
  153.  
  154. VERSION 0.42
  155.  
  156. - Reader subscribes to all active newsgroups if newsrc does not exist.
  157.  
  158. - Reader hides headers beginning with '\t' by default.
  159.  
  160. VERSION 0.41
  161.  
  162. - Fixed bug in the subject truncation routine that caused reader to hang on
  163.   subjects containing long words.
  164.  
  165. - At the end of the article, the reader shows the number of articles
  166.   remaining in the thread.
  167.  
  168. - Increased maximum subject length stored in index files to 127 characters.
  169.